home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Must Visit Sponsor.sd < prev    next >
INI File  |  2004-06-28  |  629b  |  38 lines

  1. [SUBJECT]
  2. Description=Requires the visitor to click your link before being able to enter your site
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- Begin
  10. ;function adClick(ad, site) {
  11. ;window.open(ad);
  12. ;window.location = site;
  13. ;}
  14. ;//  End -->
  15. ;</script>
  16. ;
  17.  
  18. [BODY_TEXT]
  19. ;<a href="javascript:adClick('`SPONSOR_URL`', '`YOUR_URL`');">`Caption`</a>
  20. ;
  21.  
  22.  
  23. [`SPONSOR_URL`]
  24. Kind=U
  25. Value=http://www.sponsor.com/page.html
  26.  
  27.  
  28. [`YOUR_URL`]
  29. Kind=U
  30. Value=http://www.your-web-site-address-here.com/
  31.  
  32.  
  33. [`Caption`]
  34. Kind=S
  35. Value=Click here to visit our sponsor and go to our site
  36.  
  37.  
  38.